home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.1 KB | 31 lines | [TEXT/MPS ] |
- MOUSEINFO - MacApp 3.0 Behavior sample
-
- This sample shows how to make use of MacApp 3.0 Behaviors, how to create them,
- how behaviors could control window information, track events, and also spawn off
- other behaviors.
-
- Suitable copy-paste jobs for this sample is for instance to take the mouse coordinate
- window and use it in any other graphical application. Another tempting idea is to
- make this tracker window part of a debugging toolkit, because there are many times it's
- neat to figure out the coordination values for a final product for future tinkering.
-
- Yes, this code has copyright statements everywhere, because that's the way it works.
- I don't cry wolf however if someone 'recycles' the code, and if you use any bigger
- parts somewhere, it would be nice to be famous in your about box.
-
-
- Bug reports:
- There should be NIL bugs in this application, and if you find any, let me know:
- ALink: KSAND
- Net ksand@apple.com
- CServe: 75300,1331
-
- Environment:
- MacApp 3.0 final
- MPW 3.2 (latest, from ETO#7)
- MPW C++ 3.2
- MPW C 3.2.2
- Link 3.2.1
- System 7.0.1 with Tune-up 1.1.1
- Quadra 900 with 20Mb of memory (bliss)
-